﻿.bannerContent {
    padding: 4% 5%;
    background: #fff;
}

.bannerImg {
    background-position: center;
}

.bannerImg::before {
    content: none;
}

.cortes .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.barraColor {
    width: 100%;
    height: 6px;
    background: #A16F00;
}

.gjContent .column-1 {
    background-color: #A21834;
}

.gjContent .column-2 {
    background-color: #fff;
}

.gjContent .col-12.col-lg-5:first-child {
    padding: 3% 8%;
}

.title-gj {
    color: #fff;
    font-size: 2.37rem;
    font-family: "Mohr-Medium";
    max-width: 90%;
    margin: 0px;
    padding: 0px;
    line-height: 0.8;
}

.subtitle-gj {
    color: #fff;
    font-family: "Mohr-BoldIt";
    font-size: 3rem;
    padding: 0px;
}


.gj-textos {
    color: #fff;
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 2rem;
    font-family: 'Mohr-Regular';
    text-align: justify;
}

.gj-icones {
    width: 75%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.gj-icones img {
    width: 50px;
}

#img-second-col {
    display: block;
    margin: auto;
}

.tab-2 {
    background-color: #fafafa;
    background-size: 82%;
    background-repeat: no-repeat;
    background-position: bottom 60% right -120%;
    padding: 2.5rem 7rem;
}

.tab-3 {
    background-color: #fafafa;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: bottom 40% right -65%;
    padding: 2.5rem 7rem 0;
}

.tab-box img {
    width: 150px;
    height: 150px;
    margin-right: 2rem;
}

.tab-box .box-txt h3 {
    color: #A21834#df1a22;
    font-family: "Mohr-SemiBoldIt";
    font-size: 1.5rem;
}

.tab-box .box-txt p {
    width: 69% !important;
    color: #707070;
    font-family: "Mohr-Medium";
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 5px;
}

.tab-box .box-txt ul {
    color: #707070;
    font-family: "Mohr-Medium";
    font-size: 0.75rem;
    line-height: 1.5;
    list-style: none;
    width: 69% !important;
}

.tab-box .box-txt ul li::before {
    content: "•";
    color: #707070;
    margin-right: 5px;
    line-height: 2;
}

.tab-box .box-txt .double-list {
    columns: 2;
    width: 80%;
}

.tab-box .box-txt .double-list li {
    width: 100px;
}

.tab-box .box-txt {
    width: 60%;
}


footer {
    background-color: #fff;
}

footer a,
footer p,
footer span,
footer .fab {
    color: #a0a0a0 !important;
}

footer a:hover,
footer p:hover,
footer span:hover,
footer .fab:hover {
    color: #505050 !important;
}

footer .list-unstyled {
    border-right: 1px solid #a0a0a057;
}

footer .linha {
    border: none;
    border-top: 1px solid #a0a0a057;
}
#cont-produtos {
    position: relative;
    margin: 0;
    padding: 30px;
}

#cont-produtos img {
    display: block !important;
    margin: auto;
    width: auto !important;
}

.slick-arrow {
    display: block !important;
    position: absolute;
    background-color: transparent;
    top: 50%;
    width: 20px;
    height: 20px;
    padding: 10px;
    min-width: 0;
    border: 2px solid #A21834;
    border-radius: 100%;
}

.slick-arrow:hover {
    background-color: #A21834;
    border: 1px solid #A21834;
}

.slick-arrow::before {
    content: '';
    position: absolute;
    padding: 2px;
    box-shadow: 2px -2px 0 1px transparent inset;
    border: solid #A21834;
    border-width: 0 0 2px 2px;
    top: 50%;
    left: 50%;
}

.slick-arrow:hover::before {
    border: solid #fff;
    border-width: 0 0 2px 2px;
}

#btnSlickBannerLeft {
    left: 1%;
}

#btnSlickBannerRight {
    right: 1%;
}

#btnSlickBannerLeft::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#btnSlickBannerRight::before {
    transform: translate(-50%, -50%) rotate(225deg);
}

.slick-dots {
    bottom: 0;
}

.slick-dots li button,
.slick-dots .slick-active button {
    width: 10px;
    height: 10px;
    border: 2px solid rgb(162, 24, 52);
    border-radius: 100%;
    background-color: transparent;
}

.slick-dots .slick-active button {
    background-color: rgb(162, 24, 52, 0.5);
}

.slick-dots li button::before,
.slick-dots .slick-active button::before {
    opacity: 0 !important;
}

@media screen and (max-width: 884px) {
    .bannerImgMobile::before {
        content: none;
    }
    
    .bannerImgMobile {
        background-position: center;
    }

    #cont-produtos img {
        width: 100% !important;
    }

    .gjContent .col-12.col-lg-5:first-child {
        padding: 10% 5%;
    }
    
}
